home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMDEBUGMESSAGES / TFRMDEBUGMESSAGES.txt
Encoding:
Text File  |  2003-01-14  |  11.7 KB  |  436 lines

  1. object frmDebugMessages: TfrmDebugMessages
  2.   Left = 500
  3.   Top = 294
  4.   Width = 470
  5.   Height = 282
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Debug'
  8.   Color = clBtnFace
  9.   DragKind = dkDock
  10.   DragMode = dmAutomatic
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnEndDock = FormEndDock
  21.   OnShow = FormShow
  22.   OnStartDock = FormStartDock
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object pnlForm: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 462
  29.     Height = 255
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     object tbsTabSet: TTabSetNoDragIcon
  34.       Left = 0
  35.       Top = 234
  36.       Width = 462
  37.       Height = 21
  38.       Align = alBottom
  39.       DitherBackground = False
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -11
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       PopupMenu = popOptions
  46.       SelectedColor = clWindow
  47.       Tabs.Strings = (
  48.         'Variables'
  49.         'Watches'
  50.         'Output'
  51.         'Breakpoints'
  52.         'Attachments')
  53.       TabIndex = 0
  54.       UnselectedColor = clBtnFace
  55.       OnChange = tbsTabSetChange
  56.       OnEndDrag = tbsTabSetEndDrag
  57.       OnMouseDown = tbsTabSetMouseDown
  58.       OnStartDrag = tbsTabSetStartDrag
  59.     end
  60.     object pnlMessages: TPanel
  61.       Left = 0
  62.       Top = 0
  63.       Width = 462
  64.       Height = 234
  65.       Align = alClient
  66.       BevelOuter = bvNone
  67.       TabOrder = 3
  68.       object rchMessages: TRichEdit
  69.         Left = 0
  70.         Top = 0
  71.         Width = 462
  72.         Height = 234
  73.         Align = alClient
  74.         BorderStyle = bsNone
  75.         BorderWidth = 1
  76.         PlainText = True
  77.         ReadOnly = True
  78.         ScrollBars = ssBoth
  79.         TabOrder = 0
  80.         OnChange = rchMessagesChange
  81.       end
  82.     end
  83.     object pnlAttachments: TPanel
  84.       Left = 0
  85.       Top = 0
  86.       Width = 462
  87.       Height = 234
  88.       Align = alClient
  89.       BevelOuter = bvNone
  90.       DragKind = dkDock
  91.       TabOrder = 5
  92.       object lvAttachments: TListView
  93.         Left = 0
  94.         Top = 0
  95.         Width = 462
  96.         Height = 234
  97.         Align = alClient
  98.         BorderStyle = bsNone
  99.         Columns = <
  100.           item
  101.             AutoSize = True
  102.             Caption = 'Attachment'
  103.           end>
  104.         ColumnClick = False
  105.         FlatScrollBars = True
  106.         MultiSelect = True
  107.         ReadOnly = True
  108.         RowSelect = True
  109.         TabOrder = 0
  110.         ViewStyle = vsReport
  111.       end
  112.     end
  113.     object pnlVariables: TPanel
  114.       Left = 0
  115.       Top = 0
  116.       Width = 462
  117.       Height = 234
  118.       Align = alClient
  119.       BevelOuter = bvNone
  120.       DragKind = dkDock
  121.       TabOrder = 2
  122.       object lsvVariables: TListView
  123.         Left = 0
  124.         Top = 0
  125.         Width = 462
  126.         Height = 234
  127.         Align = alClient
  128.         BorderStyle = bsNone
  129.         Columns = <
  130.           item
  131.             Caption = 'Name'
  132.             Width = 150
  133.           end
  134.           item
  135.             Caption = 'Contents'
  136.             Width = 150
  137.           end
  138.           item
  139.             AutoSize = True
  140.             Caption = 'Description'
  141.           end>
  142.         ColumnClick = False
  143.         FlatScrollBars = True
  144.         HideSelection = False
  145.         RowSelect = True
  146.         TabOrder = 0
  147.         ViewStyle = vsReport
  148.         OnDblClick = lsvVariablesDblClick
  149.         OnEdited = lsvVariablesEdited
  150.         OnKeyPress = lsvVariablesKeyPress
  151.       end
  152.     end
  153.     object pnlBreakpoints: TPanel
  154.       Left = 0
  155.       Top = 0
  156.       Width = 462
  157.       Height = 234
  158.       Align = alClient
  159.       BevelOuter = bvNone
  160.       TabOrder = 1
  161.       object lsvBreakpoints: TListView
  162.         Left = 0
  163.         Top = 0
  164.         Width = 462
  165.         Height = 234
  166.         Align = alClient
  167.         BorderStyle = bsNone
  168.         Columns = <
  169.           item
  170.             Caption = 'Line'
  171.             Width = 75
  172.           end>
  173.         ColumnClick = False
  174.         FlatScrollBars = True
  175.         ReadOnly = True
  176.         RowSelect = True
  177.         TabOrder = 0
  178.         ViewStyle = vsReport
  179.         OnDblClick = lsvBreakpointsDblClick
  180.       end
  181.     end
  182.     object pnlWatches: TPanel
  183.       Left = 0
  184.       Top = 0
  185.       Width = 462
  186.       Height = 234
  187.       Align = alClient
  188.       BevelOuter = bvNone
  189.       TabOrder = 0
  190.       object pnlWatchesTop: TPanel
  191.         Left = 0
  192.         Top = 0
  193.         Width = 462
  194.         Height = 33
  195.         Align = alTop
  196.         BevelOuter = bvNone
  197.         TabOrder = 1
  198.         object spdExpressionBuilder: TSpeedButton
  199.           Left = 273
  200.           Top = 4
  201.           Width = 23
  202.           Height = 22
  203.           Anchors = [akRight, akBottom]
  204.           Flat = True
  205.           Glyph.Data = {
  206.             36050000424D3605000000000000360400002800000010000000100000000100
  207.             0800000000000001000000000000000000000001000000010000000000000000
  208.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  209.             A60004040400080808000C0C0C0011111100161616001C1C1C00222222002929
  210.             2900555555004D4D4D004242420039393900807CFF005050FF009300D600FFEC
  211.             CC00C6D6EF00D6E7E70090A9AD000000330000006600000099000000CC000033
  212.             00000033330000336600003399000033CC000033FF0000660000006633000066
  213.             6600006699000066CC000066FF00009900000099330000996600009999000099
  214.             CC000099FF0000CC000000CC330000CC660000CC990000CCCC0000CCFF0000FF
  215.             660000FF990000FFCC00330000003300330033006600330099003300CC003300
  216.             FF00333300003333330033336600333399003333CC003333FF00336600003366
  217.             330033666600336699003366CC003366FF003399000033993300339966003399
  218.             99003399CC003399FF0033CC000033CC330033CC660033CC990033CCCC0033CC
  219.             FF0033FF330033FF660033FF990033FFCC0033FFFF0066000000660033006600
  220.             6600660099006600CC006600FF00663300006633330066336600663399006633
  221.             CC006633FF00666600006666330066666600666699006666CC00669900006699
  222.             330066996600669999006699CC006699FF0066CC000066CC330066CC990066CC
  223.             CC0066CCFF0066FF000066FF330066FF990066FFCC00CC00FF00FF00CC009999
  224.             000099339900990099009900CC009900000099333300990066009933CC009900
  225.             FF00996600009966330099336600996699009966CC009933FF00999933009999
  226.             6600999999009999CC009999FF0099CC000099CC330066CC660099CC990099CC
  227.             CC0099CCFF0099FF000099FF330099CC660099FF990099FFCC0099FFFF00CC00
  228.             000099003300CC006600CC009900CC00CC0099330000CC333300CC336600CC33
  229.             9900CC33CC00CC33FF00CC660000CC66330099666600CC669900CC66CC009966
  230.             FF00CC990000CC993300CC996600CC999900CC99CC00CC99FF00CCCC0000CCCC
  231.             3300CCCC6600CCCC9900CCCCCC00CCCCFF00CCFF0000CCFF330099FF6600CCFF
  232.             9900CCFFCC00CCFFFF00CC003300FF006600FF009900CC330000FF333300FF33
  233.             6600FF339900FF33CC00FF33FF00FF660000FF663300CC666600FF669900FF66
  234.             CC00CC66FF00FF990000FF993300FF996600FF999900FF99CC00FF99FF00FFCC
  235.             0000FFCC3300FFCC6600FFCC9900FFCCCC00FFCCFF00FFFF3300CCFF6600FFFF
  236.             9900FFFFCC006666FF0066FF660066FFFF00FF666600FF66FF00FFFF66002100
  237.             A5005F5F5F00777777008686860096969600CBCBCB00B2B2B200D7D7D700DDDD
  238.             DD00E3E3E300EAEAEA00F1F1F100F8F8F800F0FBFF00A4A0A000808080000000
  239.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  240.             FFFF2922FFFFFFFFFFFFFFFFFFFF2922FFFF2900FFFF2930FFFF6D6D6D292922
  241.             292929001D292930FFFF92F6F329F630291DF6791D2930F600FF92F61B2929F6
  242.             30A0F6A07930F60029FF92F61B292229A079292979A0302929FF92F61B22A0A0
  243.             A029793029A0A0F629FF92F61B1B29302929A03029293029FFFF92F61B1B29F3
  244.             3029A0302930F629FFFF92F6071C22221C29A03029FF3030FFFF92F6070F9292
  245.             9229F6F629FFFFFFFFFF92F6070FF6F6921B292913FFFFFFFFFF92F6070FF6F6
  246.             921B1B1B13FFFFFFFFFF92F6070F0F0F921BF31B13FFFFFFFFFF92F61B1B1B1B
  247.             1B1B1B1B13FFFFFFFFFF9292929292929292929292FFFFFFFFFF}
  248.           OnClick = spdExpressionBuilderClick
  249.         end
  250.         object comEvaluate: TSpeedButton
  251.           Left = 304
  252.           Top = 4
  253.           Width = 73
  254.           Height = 22
  255.           Anchors = [akRight, akBottom]
  256.           Caption = 'Ev&aluate'
  257.           Flat = True
  258.           OnClick = comEvaluateClick
  259.         end
  260.         object comWatch: TSpeedButton
  261.           Left = 384
  262.           Top = 4
  263.           Width = 73
  264.           Height = 22
  265.           Anchors = [akRight, akBottom]
  266.           Caption = '&Watch'
  267.           Flat = True
  268.           OnClick = comWatchClick
  269.         end
  270.         object cboWatchExpression: TComboBox
  271.           Left = 1
  272.           Top = 4
  273.           Width = 269
  274.           Height = 21
  275.           Anchors = [akLeft, akTop, akRight, akBottom]
  276.           ItemHeight = 13
  277.           TabOrder = 0
  278.           OnKeyUp = cboWatchExpressionKeyUp
  279.         end
  280.       end
  281.       object pnlWatchesMessages: TPanel
  282.         Left = 0
  283.         Top = 33
  284.         Width = 462
  285.         Height = 201
  286.         Align = alClient
  287.         BevelOuter = bvNone
  288.         TabOrder = 2
  289.       end
  290.       object lsvWatches: TListView
  291.         Left = 0
  292.         Top = 33
  293.         Width = 462
  294.         Height = 201
  295.         Align = alClient
  296.         BorderStyle = bsNone
  297.         Columns = <
  298.           item
  299.             Caption = 'Watch Expression'
  300.             Width = 300
  301.           end
  302.           item
  303.             Caption = 'Value'
  304.             Width = 100
  305.           end>
  306.         ColumnClick = False
  307.         FlatScrollBars = True
  308.         MultiSelect = True
  309.         RowSelect = True
  310.         TabOrder = 0
  311.         ViewStyle = vsReport
  312.         OnDblClick = lsvWatchesDblClick
  313.         OnEdited = lsvWatchesEdited
  314.       end
  315.     end
  316.   end
  317.   object popOptions: TPopupMenu
  318.     Left = 4
  319.     Top = 48
  320.     object itmStayOnTop: TMenuItem
  321.       Caption = 'Stay on Top'
  322.       Checked = True
  323.       Hint = 
  324.         'Always On Top|Toggles whether the messages should always stay on' +
  325.         ' top'
  326.       OnClick = itmVarAlwaysOnTopClick
  327.     end
  328.     object itmDockable: TMenuItem
  329.       Caption = 'Dockable'
  330.       OnClick = itmVarDockableClick
  331.     end
  332.   end
  333.   object IvTranslator1: TIvTranslator
  334.     DictionaryName = 'dcoAMStepBuilder'
  335.     Left = 32
  336.     Top = 76
  337.     TargetsData = (
  338.       1
  339.       8
  340.       (
  341.         '*'
  342.         'Hint'
  343.         0)
  344.       (
  345.         '*'
  346.         'Caption'
  347.         0)
  348.       (
  349.         'TRichEdit'
  350.         'Text'
  351.         0)
  352.       (
  353.         '*'
  354.         'Lines'
  355.         0)
  356.       (
  357.         '*'
  358.         'Items'
  359.         0)
  360.       (
  361.         'TMemo'
  362.         'Text'
  363.         0)
  364.       (
  365.         '*'
  366.         'Title'
  367.         0)
  368.       (
  369.         '*'
  370.         'Tabs'
  371.         0))
  372.   end
  373.   object aclHotkeys: TActionList
  374.     Left = 4
  375.     Top = 104
  376.     object actInsert: TAction
  377.       ShortCut = 45
  378.       Visible = False
  379.       OnExecute = actInsertExecute
  380.     end
  381.     object actDelete: TAction
  382.       ShortCut = 46
  383.     end
  384.     object actShowExpressionBuilder: TAction
  385.       Caption = 'actShowExpressionBuilder'
  386.       ShortCut = 113
  387.       OnExecute = actShowExpressionBuilderExecute
  388.     end
  389.   end
  390.   object svdSaveAs: TSaveDialog
  391.     DefaultExt = '*.log'
  392.     Filter = 'Log files (*.log)|*.log|All files (*.*)|*.*'
  393.     Title = 'Save output as...'
  394.     Left = 4
  395.     Top = 76
  396.   end
  397.   object dxBarManagerDebugWindow: TdxBarManager
  398.     Font.Charset = ANSI_CHARSET
  399.     Font.Color = clWindowText
  400.     Font.Height = -11
  401.     Font.Name = 'Tahoma'
  402.     Font.Style = []
  403.     Bars = <>
  404.     Categories.Strings = (
  405.       'Default')
  406.     Categories.ItemsVisibles = (
  407.       2)
  408.     Categories.Visibles = (
  409.       True)
  410.     PopupMenuLinks = <
  411.       item
  412.       end
  413.       item
  414.       end
  415.       item
  416.       end
  417.       item
  418.       end>
  419.     UseSystemFont = True
  420.     Left = 32
  421.     Top = 48
  422.     DockControlHeights = (
  423.       0
  424.       0
  425.       0
  426.       0)
  427.   end
  428.   object dlgOpenAttachment: TOpenDialog
  429.     DefaultExt = '*.*'
  430.     Filter = 'All files (*.*)|*.*'
  431.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  432.     Left = 60
  433.     Top = 76
  434.   end
  435. end
  436.